Graph control
This control allows time-series data to be displayed as a line-chart.
- PlotCount: Number of time data points to plot.
- SeriesCount: Number of plots required
- SeriesInfoArray: String Array containing Legend Information (Colours & Labels) for each plot
@Assign LegendInfo[1] = '#ff0000;Plot1'
@Assign LegendInfo[2] = '#00ffff;Plot2'
- ShowBottomAxis: Show/hide X-axis divisions
- TiedXArray: Numeric Array containing the X-axis (time) data (range between 0.00000 and 1.00000)
@Assign XArray[c] = ((1/24) * Hours) + (((1/24)/60) * Minutes) + ((((1/24)/60)/60) * Seconds)
- TiedYArray: Numeric Array containing Y-axis data
- TimeDateFormat: Format to display time data on X-axis
%H:%M:%S will result in the display of the hour, minutes& seconds separated by a colon.
- YMaximum: The maximum the Y-axis range
- YMinmum: The minimum the Y-axis range
The Graph control is only supported in the 'Ajax .Net Web Browser Deployemnt'.